crypto/internal/bigmod.Nat.maybeSubtractModulus (method)
7 uses
crypto/internal/bigmod (current package)
nat.go#L177: x.maybeSubtractModulus(no, m)
nat.go#L488: func (x *Nat) maybeSubtractModulus(always choice, m *Modulus) {
nat.go#L516: x.maybeSubtractModulus(choice(overflow), m)
nat.go#L617: x.maybeSubtractModulus(choice(c), m)
nat.go#L635: x.maybeSubtractModulus(choice(c), m)
nat.go#L649: x.maybeSubtractModulus(choice(c), m)
nat.go#L663: x.maybeSubtractModulus(choice(c), m)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |